From 2cd44fa5f3a599fbd63debd2f917640341185a12 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 14 Oct 2009 12:30:40 -0400 Subject: [PATCH] Fix doc build There was an escaping problem in the newly inlined documentation. --- gtk/gtkaboutdialog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkaboutdialog.c b/gtk/gtkaboutdialog.c index 6498d1df37..0e5ca7e880 100644 --- a/gtk/gtkaboutdialog.c +++ b/gtk/gtkaboutdialog.c @@ -76,7 +76,7 @@ * clicks on a link or email address, see gtk_about_dialog_set_email_hook() * and gtk_about_dialog_set_url_hook(). Email addresses in the * authors, documenters and artists properties are recognized by looking for - * host>, URLs are + * <user@host>, URLs are * recognized by looking for http://url, with * url extending to the next space, tab or line break. * -- 2.30.2